home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / docs / aros.faq < prev    next >
Encoding:
Text File  |  1996-07-16  |  4.1 KB  |  114 lines

  1.  
  2.             AROS - Amiga Replacement OS
  3.             ---------------------------
  4.  
  5. This is the AmigaOS FAQ - Frequently Asked Questions. Read this before
  6. anoying anyone with questions answered in here :)
  7.  
  8. Table Of Contents
  9. -----------------
  10.  
  11. 1. What Is It ?
  12. 2. Who Is Doing It ?
  13. 3. How Can I Join ?
  14. 4. What Has Been Done Already ?
  15. 5. Where Are The Sources ?
  16. 6. How Is It Being Done ?
  17.  
  18. Have Fun !
  19.  
  20.     Aaron "Optimizer" Digulla
  21.     digulla@fh-konstanz.de
  22.  
  23. -------------------------------------------------------------------------------
  24. 1. What Is It ?
  25.  
  26. This project's goal is to provide a public available AmigaOS which
  27. is compatible with AmigaOS 3.1 (Kickstart 40.70) able to run on
  28. other hardware than the Amiga (but on the Amiga, too).
  29. -------------------------------------------------------------------------------
  30. 2. Who Is Doing It ?
  31.  
  32. The current memberlist or the project team:
  33.  
  34.     Aaron "Optimizer" Digulla
  35.     Matthias Fleischer
  36.     Adrian Halamoda
  37.  
  38. and some 300 others (which are not mentioned here since they have not
  39. written a line of code yet).
  40. -------------------------------------------------------------------------------
  41. 3. How Can I Join ?
  42.  
  43. You can do two things: Join the discussion about how it should be done
  44. in the "The AMIGOS Discussion mailinglist":
  45.  
  46.   amigos      - general discussion list
  47.   amigoscoord      - private coordinators list
  48.   amigosannounce  - list for announcements
  49.   amigosdesign      - general design discussion list
  50.   amigosexec      - list to discuss design and programming for exec
  51.   amigosdos      - list to discuss design and programming for DOS
  52.   amigosintuition - list to discuss design and programming for intuition
  53.   amigosgraphics  - list to discuss design and programming for graphics
  54.  
  55.   To subscribe, send mail to
  56.  
  57.     listserv@colombo.telesys-innov.fr
  58.  
  59.   with no subject, and in the body
  60.  
  61.     subscribe <listname> <Full name>
  62.  
  63.   without the brackets, ofcourse. Multiple commands are allowed, for example:
  64.  
  65.     subscribe amigos John Doe
  66.     subscribe amigosdesign John Doe
  67.  
  68.   Note that while the amigoscoord list is private, everyone can write to it,
  69.   thereby effectively reaching all coordinators at once.
  70.  
  71. or if you really ( :))) ) want to do something, write a mail to
  72.  
  73.     digulla@fh-konstanz.de
  74.  
  75. with what you want to do and I'll tell you what you have to ;) Ok, now here
  76. for the hard core coders: Write to me that you want to join. I will reply
  77. your mail with a current TODO list where you can choose a topic to work on.
  78. You tell me what you want to do and I'll note that down so no one else does
  79. the same work as you or other who are interested in the same topic can be
  80. redirected to you. When you finished your work, you send your sources to me
  81. for now. When we find a good way to automate this process of updating
  82. source, we'll announce that publically (since I got all your EMail
  83. addresses, you need not fear to be forgotten).
  84. -------------------------------------------------------------------------------
  85. 4. What Has Been Done Already ?
  86.  
  87. Parts of Exec (Memory and Lists) and quite a lot of discussion.
  88. -------------------------------------------------------------------------------
  89. 5. Where Are The Sources ?
  90.  
  91. All sources and docs and related files can be found on:
  92.  
  93.     ftp://amigos.telesys-innov.fr/pub/AmigOS/
  94.  
  95. -------------------------------------------------------------------------------
  96. 6. How Is It Being Done ?
  97.  
  98. There has been a lot of discussion about how to do it. Some wanted to
  99. write a all-new-and-shiny-OO-and-everything OS, others wanted something
  100. to replace the original AmigaOS and even others wanted AmigaOS for a
  101. different hardware. To make everyone at least a bit happy, we (ie. at most
  102. I) have decided to do this:
  103.  
  104.     a) We write something that is almost plug-in compatible (at least on
  105.     the Amiga) with Kickstart 40.70.
  106.     b) As much code as possible should be written in portable C
  107.     c) We _don't_ put _much_ effort in improving the OS at this
  108.     stage but whenever possible, we look forward into the
  109.     future white implementing something.
  110.  
  111. When this stage is over, we can start to improve the OS (put MP in and
  112. other niceties).
  113. -------------------------------------------------------------------------------
  114.